home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.0 / stk-3 / blt-for-STk-3.0 / configure < prev    next >
Encoding:
Text File  |  1995-12-26  |  39.0 KB  |  1,354 lines

  1. #! /bin/sh
  2.  
  3. # Guess values for system-dependent variables and create Makefiles.
  4. # Generated automatically using autoconf version 2.7 
  5. # Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
  6. #
  7. # This configure script is free software; the Free Software Foundation
  8. # gives unlimited permission to copy, distribute and modify it.
  9.  
  10. # Defaults:
  11. ac_help=
  12. ac_default_prefix=/usr/local
  13. # Any additions from configure.in:
  14.  
  15. # Initialize some variables set by options.
  16. # The variables have the same names as the options, with
  17. # dashes changed to underlines.
  18. build=NONE
  19. cache_file=./config.cache
  20. exec_prefix=NONE
  21. host=NONE
  22. no_create=
  23. nonopt=NONE
  24. no_recursion=
  25. prefix=NONE
  26. program_prefix=NONE
  27. program_suffix=NONE
  28. program_transform_name=s,x,x,
  29. silent=
  30. site=
  31. srcdir=
  32. target=NONE
  33. verbose=
  34. x_includes=NONE
  35. x_libraries=NONE
  36. bindir='${exec_prefix}/bin'
  37. sbindir='${exec_prefix}/sbin'
  38. libexecdir='${exec_prefix}/libexec'
  39. datadir='${prefix}/share'
  40. sysconfdir='${prefix}/etc'
  41. sharedstatedir='${prefix}/com'
  42. localstatedir='${prefix}/var'
  43. libdir='${exec_prefix}/lib'
  44. includedir='${prefix}/include'
  45. oldincludedir='/usr/include'
  46. infodir='${prefix}/info'
  47. mandir='${prefix}/man'
  48.  
  49. # Initialize some other variables.
  50. subdirs=
  51. MFLAGS= MAKEFLAGS=
  52.  
  53. ac_prev=
  54. for ac_option
  55. do
  56.  
  57.   # If the previous option needs an argument, assign it.
  58.   if test -n "$ac_prev"; then
  59.     eval "$ac_prev=\$ac_option"
  60.     ac_prev=
  61.     continue
  62.   fi
  63.  
  64.   case "$ac_option" in
  65.   -*=*) ac_optarg=`echo "$ac_option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
  66.   *) ac_optarg= ;;
  67.   esac
  68.  
  69.   # Accept the important Cygnus configure options, so we can diagnose typos.
  70.  
  71.   case "$ac_option" in
  72.  
  73.   -bindir | --bindir | --bindi | --bind | --bin | --bi)
  74.     ac_prev=bindir ;;
  75.   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
  76.     bindir="$ac_optarg" ;;
  77.  
  78.   -build | --build | --buil | --bui | --bu)
  79.     ac_prev=build ;;
  80.   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
  81.     build="$ac_optarg" ;;
  82.  
  83.   -cache-file | --cache-file | --cache-fil | --cache-fi \
  84.   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
  85.     ac_prev=cache_file ;;
  86.   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
  87.   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
  88.     cache_file="$ac_optarg" ;;
  89.  
  90.   -datadir | --datadir | --datadi | --datad | --data | --dat | --da)
  91.     ac_prev=datadir ;;
  92.   -datadir=* | --datadir=* | --datadi=* | --datad=* | --data=* | --dat=* \
  93.   | --da=*)
  94.     datadir="$ac_optarg" ;;
  95.  
  96.   -disable-* | --disable-*)
  97.     ac_feature=`echo $ac_option|sed -e 's/-*disable-//'`
  98.     # Reject names that are not valid shell variable names.
  99.     if test -n "`echo $ac_feature| sed 's/[-a-zA-Z0-9_]//g'`"; then
  100.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  101.     fi
  102.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  103.     eval "enable_${ac_feature}=no" ;;
  104.  
  105.   -enable-* | --enable-*)
  106.     ac_feature=`echo $ac_option|sed -e 's/-*enable-//' -e 's/=.*//'`
  107.     # Reject names that are not valid shell variable names.
  108.     if test -n "`echo $ac_feature| sed 's/[-_a-zA-Z0-9]//g'`"; then
  109.       { echo "configure: error: $ac_feature: invalid feature name" 1>&2; exit 1; }
  110.     fi
  111.     ac_feature=`echo $ac_feature| sed 's/-/_/g'`
  112.     case "$ac_option" in
  113.       *=*) ;;
  114.       *) ac_optarg=yes ;;
  115.     esac
  116.     eval "enable_${ac_feature}='$ac_optarg'" ;;
  117.  
  118.   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
  119.   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
  120.   | --exec | --exe | --ex)
  121.     ac_prev=exec_prefix ;;
  122.   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
  123.   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
  124.   | --exec=* | --exe=* | --ex=*)
  125.     exec_prefix="$ac_optarg" ;;
  126.  
  127.   -gas | --gas | --ga | --g)
  128.     # Obsolete; use --with-gas.
  129.     with_gas=yes ;;
  130.  
  131.   -help | --help | --hel | --he)
  132.     # Omit some internal or obsolete options to make the list less imposing.
  133.     # This message is too long to be a string in the A/UX 3.1 sh.
  134.     cat << EOF
  135. Usage: configure [options] [host]
  136. Options: [defaults in brackets after descriptions]
  137. Configuration:
  138.   --cache-file=FILE       cache test results in FILE
  139.   --help                  print this message
  140.   --no-create             do not create output files
  141.   --quiet, --silent       do not print \`checking...' messages
  142.   --version               print the version of autoconf that created configure
  143. Directory and file names:
  144.   --prefix=PREFIX         install architecture-independent files in PREFIX
  145.                           [$ac_default_prefix]
  146.   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
  147.                           [same as prefix]
  148.   --bindir=DIR            user executables in DIR [EPREFIX/bin]
  149.   --sbindir=DIR           system admin executables in DIR [EPREFIX/sbin]
  150.   --libexecdir=DIR        program executables in DIR [EPREFIX/libexec]
  151.   --datadir=DIR           read-only architecture-independent data in DIR
  152.                           [PREFIX/share]
  153.   --sysconfdir=DIR        read-only single-machine data in DIR [PREFIX/etc]
  154.   --sharedstatedir=DIR    modifiable architecture-independent data in DIR
  155.                           [PREFIX/com]
  156.   --localstatedir=DIR     modifiable single-machine data in DIR [PREFIX/var]
  157.   --libdir=DIR            object code libraries in DIR [EPREFIX/lib]
  158.   --includedir=DIR        C header files in DIR [PREFIX/include]
  159.   --oldincludedir=DIR     C header files for non-gcc in DIR [/usr/include]
  160.   --infodir=DIR           info documentation in DIR [PREFIX/info]
  161.   --mandir=DIR            man documentation in DIR [PREFIX/man]
  162.   --srcdir=DIR            find the sources in DIR [configure dir or ..]
  163.   --program-prefix=PREFIX prepend PREFIX to installed program names
  164.   --program-suffix=SUFFIX append SUFFIX to installed program names
  165.   --program-transform-name=PROGRAM
  166.                           run sed PROGRAM on installed program names
  167. EOF
  168.     cat << EOF
  169. Host type:
  170.   --build=BUILD           configure for building on BUILD [BUILD=HOST]
  171.   --host=HOST             configure for HOST [guessed]
  172.   --target=TARGET         configure for TARGET [TARGET=HOST]
  173. Features and packages:
  174.   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
  175.   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
  176.   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
  177.   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
  178.   --x-includes=DIR        X include files are in DIR
  179.   --x-libraries=DIR       X library files are in DIR
  180. EOF
  181.     if test -n "$ac_help"; then
  182.       echo "--enable and --with options recognized:$ac_help"
  183.     fi
  184.     exit 0 ;;
  185.  
  186.   -host | --host | --hos | --ho)
  187.     ac_prev=host ;;
  188.   -host=* | --host=* | --hos=* | --ho=*)
  189.     host="$ac_optarg" ;;
  190.  
  191.   -includedir | --includedir | --includedi | --included | --include \
  192.   | --includ | --inclu | --incl | --inc)
  193.     ac_prev=includedir ;;
  194.   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
  195.   | --includ=* | --inclu=* | --incl=* | --inc=*)
  196.     includedir="$ac_optarg" ;;
  197.  
  198.   -infodir | --infodir | --infodi | --infod | --info | --inf)
  199.     ac_prev=infodir ;;
  200.   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
  201.     infodir="$ac_optarg" ;;
  202.  
  203.   -libdir | --libdir | --libdi | --libd)
  204.     ac_prev=libdir ;;
  205.   -libdir=* | --libdir=* | --libdi=* | --libd=*)
  206.     libdir="$ac_optarg" ;;
  207.  
  208.   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
  209.   | --libexe | --libex | --libe)
  210.     ac_prev=libexecdir ;;
  211.   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
  212.   | --libexe=* | --libex=* | --libe=*)
  213.     libexecdir="$ac_optarg" ;;
  214.  
  215.   -localstatedir | --localstatedir | --localstatedi | --localstated \
  216.   | --localstate | --localstat | --localsta | --localst \
  217.   | --locals | --local | --loca | --loc | --lo)
  218.     ac_prev=localstatedir ;;
  219.   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
  220.   | --localstate=* | --localstat=* | --localsta=* | --localst=* \
  221.   | --locals=* | --local=* | --loca=* | --loc=* | --lo=*)
  222.     localstatedir="$ac_optarg" ;;
  223.  
  224.   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
  225.     ac_prev=mandir ;;
  226.   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
  227.     mandir="$ac_optarg" ;;
  228.  
  229.   -nfp | --nfp | --nf)
  230.     # Obsolete; use --without-fp.
  231.     with_fp=no ;;
  232.  
  233.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  234.   | --no-cr | --no-c)
  235.     no_create=yes ;;
  236.  
  237.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  238.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
  239.     no_recursion=yes ;;
  240.  
  241.   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
  242.   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
  243.   | --oldin | --oldi | --old | --ol | --o)
  244.     ac_prev=oldincludedir ;;
  245.   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
  246.   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
  247.   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
  248.     oldincludedir="$ac_optarg" ;;
  249.  
  250.   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
  251.     ac_prev=prefix ;;
  252.   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
  253.     prefix="$ac_optarg" ;;
  254.  
  255.   -program-prefix | --program-prefix | --program-prefi | --program-pref \
  256.   | --program-pre | --program-pr | --program-p)
  257.     ac_prev=program_prefix ;;
  258.   -program-prefix=* | --program-prefix=* | --program-prefi=* \
  259.   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
  260.     program_prefix="$ac_optarg" ;;
  261.  
  262.   -program-suffix | --program-suffix | --program-suffi | --program-suff \
  263.   | --program-suf | --program-su | --program-s)
  264.     ac_prev=program_suffix ;;
  265.   -program-suffix=* | --program-suffix=* | --program-suffi=* \
  266.   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
  267.     program_suffix="$ac_optarg" ;;
  268.  
  269.   -program-transform-name | --program-transform-name \
  270.   | --program-transform-nam | --program-transform-na \
  271.   | --program-transform-n | --program-transform- \
  272.   | --program-transform | --program-transfor \
  273.   | --program-transfo | --program-transf \
  274.   | --program-trans | --program-tran \
  275.   | --progr-tra | --program-tr | --program-t)
  276.     ac_prev=program_transform_name ;;
  277.   -program-transform-name=* | --program-transform-name=* \
  278.   | --program-transform-nam=* | --program-transform-na=* \
  279.   | --program-transform-n=* | --program-transform-=* \
  280.   | --program-transform=* | --program-transfor=* \
  281.   | --program-transfo=* | --program-transf=* \
  282.   | --program-trans=* | --program-tran=* \
  283.   | --progr-tra=* | --program-tr=* | --program-t=*)
  284.     program_transform_name="$ac_optarg" ;;
  285.  
  286.   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  287.   | -silent | --silent | --silen | --sile | --sil)
  288.     silent=yes ;;
  289.  
  290.   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
  291.     ac_prev=sbindir ;;
  292.   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
  293.   | --sbi=* | --sb=*)
  294.     sbindir="$ac_optarg" ;;
  295.  
  296.   -sharedstatedir | --sharedstatedir | --sharedstatedi \
  297.   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
  298.   | --sharedst | --shareds | --shared | --share | --shar \
  299.   | --sha | --sh)
  300.     ac_prev=sharedstatedir ;;
  301.   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
  302.   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
  303.   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
  304.   | --sha=* | --sh=*)
  305.     sharedstatedir="$ac_optarg" ;;
  306.  
  307.   -site | --site | --sit)
  308.     ac_prev=site ;;
  309.   -site=* | --site=* | --sit=*)
  310.     site="$ac_optarg" ;;
  311.  
  312.   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
  313.     ac_prev=srcdir ;;
  314.   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
  315.     srcdir="$ac_optarg" ;;
  316.  
  317.   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
  318.   | --syscon | --sysco | --sysc | --sys | --sy)
  319.     ac_prev=sysconfdir ;;
  320.   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
  321.   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
  322.     sysconfdir="$ac_optarg" ;;
  323.  
  324.   -target | --target | --targe | --targ | --tar | --ta | --t)
  325.     ac_prev=target ;;
  326.   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
  327.     target="$ac_optarg" ;;
  328.  
  329.   -v | -verbose | --verbose | --verbos | --verbo | --verb)
  330.     verbose=yes ;;
  331.  
  332.   -version | --version | --versio | --versi | --vers)
  333.     echo "configure generated by autoconf version 2.7"
  334.     exit 0 ;;
  335.  
  336.   -with-* | --with-*)
  337.     ac_package=`echo $ac_option|sed -e 's/-*with-//' -e 's/=.*//'`
  338.     # Reject names that are not valid shell variable names.
  339.     if test -n "`echo $ac_package| sed 's/[-_a-zA-Z0-9]//g'`"; then
  340.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  341.     fi
  342.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  343.     case "$ac_option" in
  344.       *=*) ;;
  345.       *) ac_optarg=yes ;;
  346.     esac
  347.     eval "with_${ac_package}='$ac_optarg'" ;;
  348.  
  349.   -without-* | --without-*)
  350.     ac_package=`echo $ac_option|sed -e 's/-*without-//'`
  351.     # Reject names that are not valid shell variable names.
  352.     if test -n "`echo $ac_package| sed 's/[-a-zA-Z0-9_]//g'`"; then
  353.       { echo "configure: error: $ac_package: invalid package name" 1>&2; exit 1; }
  354.     fi
  355.     ac_package=`echo $ac_package| sed 's/-/_/g'`
  356.     eval "with_${ac_package}=no" ;;
  357.  
  358.   --x)
  359.     # Obsolete; use --with-x.
  360.     with_x=yes ;;
  361.  
  362.   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
  363.   | --x-incl | --x-inc | --x-in | --x-i)
  364.     ac_prev=x_includes ;;
  365.   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
  366.   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
  367.     x_includes="$ac_optarg" ;;
  368.  
  369.   -x-libraries | --x-libraries | --x-librarie | --x-librari \
  370.   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
  371.     ac_prev=x_libraries ;;
  372.   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
  373.   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
  374.     x_libraries="$ac_optarg" ;;
  375.  
  376.   -*) { echo "configure: error: $ac_option: invalid option; use --help to show usage" 1>&2; exit 1; }
  377.     ;;
  378.  
  379.   *)
  380.     if test -n "`echo $ac_option| sed 's/[-a-z0-9.]//g'`"; then
  381.       echo "configure: warning: $ac_option: invalid host type" 1>&2
  382.     fi
  383.     if test "x$nonopt" != xNONE; then
  384.       { echo "configure: error: can only configure for one host and one target at a time" 1>&2; exit 1; }
  385.     fi
  386.     nonopt="$ac_option"
  387.     ;;
  388.  
  389.   esac
  390. done
  391.  
  392. if test -n "$ac_prev"; then
  393.   { echo "configure: error: missing argument to --`echo $ac_prev | sed 's/_/-/g'`" 1>&2; exit 1; }
  394. fi
  395.  
  396. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  397.  
  398. # File descriptor usage:
  399. # 0 standard input
  400. # 1 file creation
  401. # 2 errors and warnings
  402. # 3 some systems may open it to /dev/tty
  403. # 4 used on the Kubota Titan
  404. # 6 checking for... messages and results
  405. # 5 compiler messages saved in config.log
  406. if test "$silent" = yes; then
  407.   exec 6>/dev/null
  408. else
  409.   exec 6>&1
  410. fi
  411. exec 5>./config.log
  412.  
  413. echo "\
  414. This file contains any messages produced by compilers while
  415. running configure, to aid debugging if configure makes a mistake.
  416. " 1>&5
  417.  
  418. # Strip out --no-create and --no-recursion so they do not pile up.
  419. # Also quote any args containing shell metacharacters.
  420. ac_configure_args=
  421. for ac_arg
  422. do
  423.   case "$ac_arg" in
  424.   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
  425.   | --no-cr | --no-c) ;;
  426.   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
  427.   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;
  428.   *" "*|*"    "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)
  429.   ac_configure_args="$ac_configure_args '$ac_arg'" ;;
  430.   *) ac_configure_args="$ac_configure_args $ac_arg" ;;
  431.   esac
  432. done
  433.  
  434. # NLS nuisances.
  435. # Only set LANG and LC_ALL to C if already set.
  436. # These must not be set unconditionally because not all systems understand
  437. # e.g. LANG=C (notably SCO).
  438. if test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fi
  439. if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fi
  440.  
  441. # confdefs.h avoids OS command line length limits that DEFS can exceed.
  442. rm -rf conftest* confdefs.h
  443. # AIX cpp loses on an empty file, so make sure it contains at least a newline.
  444. echo > confdefs.h
  445.  
  446. # A filename unique to this package, relative to the directory that
  447. # configure is in, which we can look for to find out if srcdir is correct.
  448. ac_unique_file=blt.c
  449.  
  450. # Find the source files, if location was not specified.
  451. if test -z "$srcdir"; then
  452.   ac_srcdir_defaulted=yes
  453.   # Try the directory containing this script, then its parent.
  454.   ac_prog=$0
  455.   ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`
  456.   test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.
  457.   srcdir=$ac_confdir
  458.   if test ! -r $srcdir/$ac_unique_file; then
  459.     srcdir=..
  460.   fi
  461. else
  462.   ac_srcdir_defaulted=no
  463. fi
  464. if test ! -r $srcdir/$ac_unique_file; then
  465.   if test "$ac_srcdir_defaulted" = yes; then
  466.     { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }
  467.   else
  468.     { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }
  469.   fi
  470. fi
  471. srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`
  472.  
  473. # Prefer explicitly selected file to automatically selected ones.
  474. if test -z "$CONFIG_SITE"; then
  475.   if test "x$prefix" != xNONE; then
  476.     CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"
  477.   else
  478.     CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"
  479.   fi
  480. fi
  481. for ac_site_file in $CONFIG_SITE; do
  482.   if test -r "$ac_site_file"; then
  483.     echo "loading site script $ac_site_file"
  484.     . "$ac_site_file"
  485.   fi
  486. done
  487.  
  488. if test -r "$cache_file"; then
  489.   echo "loading cache $cache_file"
  490.   . $cache_file
  491. else
  492.   echo "creating cache $cache_file"
  493.   > $cache_file
  494. fi
  495.  
  496. ac_ext=c
  497. # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
  498. ac_cpp='echo $CPP $CPPFLAGS 1>&5;
  499. $CPP $CPPFLAGS'
  500. ac_compile='echo ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5;
  501. ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5 2>&5'
  502. ac_link='echo ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5;
  503. ${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5 2>&5'
  504.  
  505. if (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then
  506.   # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.
  507.   if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then
  508.     ac_n= ac_c='
  509. ' ac_t='    '
  510.   else
  511.     ac_n=-n ac_c= ac_t=
  512.   fi
  513. else
  514.   ac_n= ac_c='\c' ac_t=
  515. fi
  516.  
  517.  
  518. /bin/rm -f config.cache
  519. CC=${CC-gcc}
  520. echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6
  521. # On Suns, sometimes $CPP names a directory.
  522. if test -n "$CPP" && test -d "$CPP"; then
  523.   CPP=
  524. fi
  525. if test -z "$CPP"; then
  526. if eval "test \"`echo '$''{'ac_cv_prog_CPP'+set}'`\" = set"; then
  527.   echo $ac_n "(cached) $ac_c" 1>&6
  528. else
  529.     # This must be in double quotes, not single quotes, because CPP may get
  530.   # substituted into the Makefile and "${CC-cc}" will confuse make.
  531.   CPP="${CC-cc} -E"
  532.   # On the NeXT, cc -E runs the code through the compiler's parser,
  533.   # not just through cpp.
  534.   cat > conftest.$ac_ext <<EOF
  535. #line 536 "configure"
  536. #include "confdefs.h"
  537. #include <assert.h>
  538. Syntax Error
  539. EOF
  540. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  541. ac_err=`grep -v '^ *+' conftest.out`
  542. if test -z "$ac_err"; then
  543.   :
  544. else
  545.   echo "$ac_err" >&5
  546.   rm -rf conftest*
  547.   CPP="${CC-cc} -E -traditional-cpp"
  548.   cat > conftest.$ac_ext <<EOF
  549. #line 550 "configure"
  550. #include "confdefs.h"
  551. #include <assert.h>
  552. Syntax Error
  553. EOF
  554. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  555. ac_err=`grep -v '^ *+' conftest.out`
  556. if test -z "$ac_err"; then
  557.   :
  558. else
  559.   echo "$ac_err" >&5
  560.   rm -rf conftest*
  561.   CPP=/lib/cpp
  562. fi
  563. rm -f conftest*
  564. fi
  565. rm -f conftest*
  566.   ac_cv_prog_CPP="$CPP"
  567. fi
  568.   CPP="$ac_cv_prog_CPP"
  569. else
  570.   ac_cv_prog_CPP="$CPP"
  571. fi
  572. echo "$ac_t""$CPP" 1>&6
  573.  
  574. for ac_hdr in unistd.h
  575. do
  576. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  577. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  578. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  579.   echo $ac_n "(cached) $ac_c" 1>&6
  580. else
  581.   cat > conftest.$ac_ext <<EOF
  582. #line 583 "configure"
  583. #include "confdefs.h"
  584. #include <$ac_hdr>
  585. EOF
  586. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  587. ac_err=`grep -v '^ *+' conftest.out`
  588. if test -z "$ac_err"; then
  589.   rm -rf conftest*
  590.   eval "ac_cv_header_$ac_safe=yes"
  591. else
  592.   echo "$ac_err" >&5
  593.   rm -rf conftest*
  594.   eval "ac_cv_header_$ac_safe=no"
  595. fi
  596. rm -f conftest*
  597. fi
  598. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  599.   echo "$ac_t""yes" 1>&6
  600.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  601.   cat >> confdefs.h <<EOF
  602. #define $ac_tr_hdr 1
  603. EOF
  604.  
  605. else
  606.   echo "$ac_t""no" 1>&6
  607. fi
  608. done
  609.  
  610. for ac_func in sigaction
  611. do
  612. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  613. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  614.   echo $ac_n "(cached) $ac_c" 1>&6
  615. else
  616.   cat > conftest.$ac_ext <<EOF
  617. #line 618 "configure"
  618. #include "confdefs.h"
  619. /* System header to define __stub macros and hopefully few prototypes,
  620.     which can conflict with char $ac_func(); below.  */
  621. #include <assert.h>
  622. /* Override any gcc2 internal prototype to avoid an error.  */
  623. char $ac_func();
  624.  
  625. int main() { return 0; }
  626. int t() {
  627.  
  628. /* The GNU C library defines this for functions which it implements
  629.     to always fail with ENOSYS.  Some functions are actually named
  630.     something starting with __ and the normal name is an alias.  */
  631. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  632. choke me
  633. #else
  634. $ac_func();
  635. #endif
  636.  
  637. ; return 0; }
  638. EOF
  639. if eval $ac_link; then
  640.   rm -rf conftest*
  641.   eval "ac_cv_func_$ac_func=yes"
  642. else
  643.   rm -rf conftest*
  644.   eval "ac_cv_func_$ac_func=no"
  645. fi
  646. rm -f conftest*
  647.  
  648. fi
  649. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  650.   echo "$ac_t""yes" 1>&6
  651.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  652.   cat >> confdefs.h <<EOF
  653. #define $ac_tr_func 1
  654. EOF
  655.  
  656. else
  657.   echo "$ac_t""no" 1>&6
  658. fi
  659. done
  660.  
  661.  
  662. # -----------------------------------------------------------------------
  663. #     Check for strerror, strdup, strcasecmp.
  664. # -----------------------------------------------------------------------
  665. for ac_func in strerror strdup strcasecmp
  666. do
  667. echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
  668. if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then
  669.   echo $ac_n "(cached) $ac_c" 1>&6
  670. else
  671.   cat > conftest.$ac_ext <<EOF
  672. #line 673 "configure"
  673. #include "confdefs.h"
  674. /* System header to define __stub macros and hopefully few prototypes,
  675.     which can conflict with char $ac_func(); below.  */
  676. #include <assert.h>
  677. /* Override any gcc2 internal prototype to avoid an error.  */
  678. char $ac_func();
  679.  
  680. int main() { return 0; }
  681. int t() {
  682.  
  683. /* The GNU C library defines this for functions which it implements
  684.     to always fail with ENOSYS.  Some functions are actually named
  685.     something starting with __ and the normal name is an alias.  */
  686. #if defined (__stub_$ac_func) || defined (__stub___$ac_func)
  687. choke me
  688. #else
  689. $ac_func();
  690. #endif
  691.  
  692. ; return 0; }
  693. EOF
  694. if eval $ac_link; then
  695.   rm -rf conftest*
  696.   eval "ac_cv_func_$ac_func=yes"
  697. else
  698.   rm -rf conftest*
  699.   eval "ac_cv_func_$ac_func=no"
  700. fi
  701. rm -f conftest*
  702.  
  703. fi
  704. if eval "test \"`echo '$ac_cv_func_'$ac_func`\" = yes"; then
  705.   echo "$ac_t""yes" 1>&6
  706.     ac_tr_func=HAVE_`echo $ac_func | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'`
  707.   cat >> confdefs.h <<EOF
  708. #define $ac_tr_func 1
  709. EOF
  710.  
  711. else
  712.   echo "$ac_t""no" 1>&6
  713. fi
  714. done
  715.  
  716. # If we cannot run a trivial program, we must be cross compiling.
  717. echo $ac_n "checking whether cross-compiling""... $ac_c" 1>&6
  718. if eval "test \"`echo '$''{'ac_cv_c_cross'+set}'`\" = set"; then
  719.   echo $ac_n "(cached) $ac_c" 1>&6
  720. else
  721.   if test "$cross_compiling" = yes; then
  722.   ac_cv_c_cross=yes
  723. else
  724. cat > conftest.$ac_ext <<EOF
  725. #line 726 "configure"
  726. #include "confdefs.h"
  727. main(){return(0);}
  728. EOF
  729. eval $ac_link
  730. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  731.   ac_cv_c_cross=no
  732. else
  733.   ac_cv_c_cross=yes
  734. fi
  735. fi
  736. rm -fr conftest*
  737. fi
  738.  
  739. echo "$ac_t""$ac_cv_c_cross" 1>&6
  740. cross_compiling=$ac_cv_c_cross
  741.  
  742. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  743. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  744.   echo $ac_n "(cached) $ac_c" 1>&6
  745. else
  746.   cat > conftest.$ac_ext <<EOF
  747. #line 748 "configure"
  748. #include "confdefs.h"
  749. #include <stdlib.h>
  750. #include <stdarg.h>
  751. #include <string.h>
  752. #include <float.h>
  753. EOF
  754. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  755. ac_err=`grep -v '^ *+' conftest.out`
  756. if test -z "$ac_err"; then
  757.   rm -rf conftest*
  758.   ac_cv_header_stdc=yes
  759. else
  760.   echo "$ac_err" >&5
  761.   rm -rf conftest*
  762.   ac_cv_header_stdc=no
  763. fi
  764. rm -f conftest*
  765.  
  766. if test $ac_cv_header_stdc = yes; then
  767.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  768. cat > conftest.$ac_ext <<EOF
  769. #line 770 "configure"
  770. #include "confdefs.h"
  771. #include <string.h>
  772. EOF
  773. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  774.   egrep "memchr" >/dev/null 2>&1; then
  775.   :
  776. else
  777.   rm -rf conftest*
  778.   ac_cv_header_stdc=no
  779. fi
  780. rm -f conftest*
  781.  
  782. fi
  783.  
  784. if test $ac_cv_header_stdc = yes; then
  785.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  786. cat > conftest.$ac_ext <<EOF
  787. #line 788 "configure"
  788. #include "confdefs.h"
  789. #include <stdlib.h>
  790. EOF
  791. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  792.   egrep "free" >/dev/null 2>&1; then
  793.   :
  794. else
  795.   rm -rf conftest*
  796.   ac_cv_header_stdc=no
  797. fi
  798. rm -f conftest*
  799.  
  800. fi
  801.  
  802. if test $ac_cv_header_stdc = yes; then
  803.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  804. if test "$cross_compiling" = yes; then
  805.   :
  806. else
  807. cat > conftest.$ac_ext <<EOF
  808. #line 809 "configure"
  809. #include "confdefs.h"
  810. #include <ctype.h>
  811. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  812. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  813. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  814. int main () { int i; for (i = 0; i < 256; i++)
  815. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  816. exit (0); }
  817.  
  818. EOF
  819. eval $ac_link
  820. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  821.   :
  822. else
  823.   ac_cv_header_stdc=no
  824. fi
  825. fi
  826. rm -fr conftest*
  827. fi
  828. fi
  829.  
  830. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  831. if test $ac_cv_header_stdc = yes; then
  832.   cat >> confdefs.h <<\EOF
  833. #define STDC_HEADERS 1
  834. EOF
  835.  
  836. fi
  837.  
  838. echo $ac_n "checking for size_t""... $ac_c" 1>&6
  839. if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
  840.   echo $ac_n "(cached) $ac_c" 1>&6
  841. else
  842.   cat > conftest.$ac_ext <<EOF
  843. #line 844 "configure"
  844. #include "confdefs.h"
  845. #include <sys/types.h>
  846. #if STDC_HEADERS
  847. #include <stdlib.h>
  848. #endif
  849. EOF
  850. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  851.   egrep "size_t" >/dev/null 2>&1; then
  852.   rm -rf conftest*
  853.   ac_cv_type_size_t=yes
  854. else
  855.   rm -rf conftest*
  856.   ac_cv_type_size_t=no
  857. fi
  858. rm -f conftest*
  859.  
  860. fi
  861. echo "$ac_t""$ac_cv_type_size_t" 1>&6
  862. if test $ac_cv_type_size_t = no; then
  863.   cat >> confdefs.h <<\EOF
  864. #define size_t unsigned
  865. EOF
  866.  
  867. fi
  868.  
  869.  
  870. # -----------------------------------------------------------------------
  871. #
  872. #     Check for header files
  873. #
  874. # -----------------------------------------------------------------------
  875. echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6
  876. if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then
  877.   echo $ac_n "(cached) $ac_c" 1>&6
  878. else
  879.   cat > conftest.$ac_ext <<EOF
  880. #line 881 "configure"
  881. #include "confdefs.h"
  882. #include <stdlib.h>
  883. #include <stdarg.h>
  884. #include <string.h>
  885. #include <float.h>
  886. EOF
  887. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  888. ac_err=`grep -v '^ *+' conftest.out`
  889. if test -z "$ac_err"; then
  890.   rm -rf conftest*
  891.   ac_cv_header_stdc=yes
  892. else
  893.   echo "$ac_err" >&5
  894.   rm -rf conftest*
  895.   ac_cv_header_stdc=no
  896. fi
  897. rm -f conftest*
  898.  
  899. if test $ac_cv_header_stdc = yes; then
  900.   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
  901. cat > conftest.$ac_ext <<EOF
  902. #line 903 "configure"
  903. #include "confdefs.h"
  904. #include <string.h>
  905. EOF
  906. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  907.   egrep "memchr" >/dev/null 2>&1; then
  908.   :
  909. else
  910.   rm -rf conftest*
  911.   ac_cv_header_stdc=no
  912. fi
  913. rm -f conftest*
  914.  
  915. fi
  916.  
  917. if test $ac_cv_header_stdc = yes; then
  918.   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
  919. cat > conftest.$ac_ext <<EOF
  920. #line 921 "configure"
  921. #include "confdefs.h"
  922. #include <stdlib.h>
  923. EOF
  924. if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
  925.   egrep "free" >/dev/null 2>&1; then
  926.   :
  927. else
  928.   rm -rf conftest*
  929.   ac_cv_header_stdc=no
  930. fi
  931. rm -f conftest*
  932.  
  933. fi
  934.  
  935. if test $ac_cv_header_stdc = yes; then
  936.   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
  937. if test "$cross_compiling" = yes; then
  938.   :
  939. else
  940. cat > conftest.$ac_ext <<EOF
  941. #line 942 "configure"
  942. #include "confdefs.h"
  943. #include <ctype.h>
  944. #define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
  945. #define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
  946. #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
  947. int main () { int i; for (i = 0; i < 256; i++)
  948. if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2);
  949. exit (0); }
  950.  
  951. EOF
  952. eval $ac_link
  953. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  954.   :
  955. else
  956.   ac_cv_header_stdc=no
  957. fi
  958. fi
  959. rm -fr conftest*
  960. fi
  961. fi
  962.  
  963. echo "$ac_t""$ac_cv_header_stdc" 1>&6
  964. if test $ac_cv_header_stdc = yes; then
  965.   cat >> confdefs.h <<\EOF
  966. #define STDC_HEADERS 1
  967. EOF
  968.  
  969. fi
  970.  
  971. for ac_hdr in stdlib.h string.h float.h malloc.h
  972. do
  973. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  974. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  975. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  976.   echo $ac_n "(cached) $ac_c" 1>&6
  977. else
  978.   cat > conftest.$ac_ext <<EOF
  979. #line 980 "configure"
  980. #include "confdefs.h"
  981. #include <$ac_hdr>
  982. EOF
  983. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  984. ac_err=`grep -v '^ *+' conftest.out`
  985. if test -z "$ac_err"; then
  986.   rm -rf conftest*
  987.   eval "ac_cv_header_$ac_safe=yes"
  988. else
  989.   echo "$ac_err" >&5
  990.   rm -rf conftest*
  991.   eval "ac_cv_header_$ac_safe=no"
  992. fi
  993. rm -f conftest*
  994. fi
  995. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  996.   echo "$ac_t""yes" 1>&6
  997.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  998.   cat >> confdefs.h <<EOF
  999. #define $ac_tr_hdr 1
  1000. EOF
  1001.  
  1002. else
  1003.   echo "$ac_t""no" 1>&6
  1004. fi
  1005. done
  1006.  
  1007. for ac_hdr in errno.h unistd.h memory.h limits.h sys/time.h sys/wait.h
  1008. do
  1009. ac_safe=`echo "$ac_hdr" | tr './\055' '___'`
  1010. echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
  1011. if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
  1012.   echo $ac_n "(cached) $ac_c" 1>&6
  1013. else
  1014.   cat > conftest.$ac_ext <<EOF
  1015. #line 1016 "configure"
  1016. #include "confdefs.h"
  1017. #include <$ac_hdr>
  1018. EOF
  1019. eval "$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out"
  1020. ac_err=`grep -v '^ *+' conftest.out`
  1021. if test -z "$ac_err"; then
  1022.   rm -rf conftest*
  1023.   eval "ac_cv_header_$ac_safe=yes"
  1024. else
  1025.   echo "$ac_err" >&5
  1026.   rm -rf conftest*
  1027.   eval "ac_cv_header_$ac_safe=no"
  1028. fi
  1029. rm -f conftest*
  1030. fi
  1031. if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
  1032.   echo "$ac_t""yes" 1>&6
  1033.     ac_tr_hdr=HAVE_`echo $ac_hdr | tr 'abcdefghijklmnopqrstuvwxyz./\055' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ___'`
  1034.   cat >> confdefs.h <<EOF
  1035. #define $ac_tr_hdr 1
  1036. EOF
  1037.  
  1038. else
  1039.   echo "$ac_t""no" 1>&6
  1040. fi
  1041. done
  1042.  
  1043. echo $ac_n "checking whether time.h and sys/time.h may both be included""... $ac_c" 1>&6
  1044. if eval "test \"`echo '$''{'ac_cv_header_time'+set}'`\" = set"; then
  1045.   echo $ac_n "(cached) $ac_c" 1>&6
  1046. else
  1047.   cat > conftest.$ac_ext <<EOF
  1048. #line 1049 "configure"
  1049. #include "confdefs.h"
  1050. #include <sys/types.h>
  1051. #include <sys/time.h>
  1052. #include <time.h>
  1053. int main() { return 0; }
  1054. int t() {
  1055. struct tm *tp;
  1056. ; return 0; }
  1057. EOF
  1058. if eval $ac_compile; then
  1059.   rm -rf conftest*
  1060.   ac_cv_header_time=yes
  1061. else
  1062.   rm -rf conftest*
  1063.   ac_cv_header_time=no
  1064. fi
  1065. rm -f conftest*
  1066.  
  1067. fi
  1068.  
  1069. echo "$ac_t""$ac_cv_header_time" 1>&6
  1070. if test $ac_cv_header_time = yes; then
  1071.   cat >> confdefs.h <<\EOF
  1072. #define TIME_WITH_SYS_TIME 1
  1073. EOF
  1074.  
  1075. fi
  1076.  
  1077.  
  1078.  
  1079. LOSSAGE=""
  1080. #--------------------------------------------------------------------
  1081. #    The check below checks whether <sys/wait.h> defines the type
  1082. #    "union wait" correctly.  It's needed because of weirdness in
  1083. #    HP-UX where "union wait" is defined in both the BSD and SYS-V
  1084. #    environments.  Checking the usability of WIFEXITED seems to do
  1085. #    the trick.
  1086. #--------------------------------------------------------------------
  1087.  
  1088. echo "checking for union wait" 1>&6
  1089. cat > conftest.$ac_ext <<EOF
  1090. #line 1091 "configure"
  1091. #include "confdefs.h"
  1092. #include <sys/types.h> 
  1093. #include <sys/wait.h>
  1094. int main() { return 0; }
  1095. int t() {
  1096.  
  1097. union wait x;
  1098. WIFEXITED(x);        /* Generates compiler error if WIFEXITED
  1099.              * uses an int. */
  1100.  
  1101. ; return 0; }
  1102. EOF
  1103. if eval $ac_link; then
  1104.   :
  1105. else
  1106.   rm -rf conftest*
  1107.    LOSSAGE="$LOSSAGE -DNO_UNION_WAIT" 
  1108. fi
  1109. rm -f conftest*
  1110.  
  1111.  
  1112. # -----------------------------------------------------------------------
  1113. #     Check if postscript prolog can be inlined.
  1114. # -----------------------------------------------------------------------
  1115. echo "checking if postscript prolog can be inlined"
  1116. if test "$cross_compiling" = yes; then
  1117.     { echo "configure: error: can not run test program while cross compiling" 1>&2; exit 1; }
  1118. else
  1119. cat > conftest.$ac_ext <<EOF
  1120. #line 1121 "configure"
  1121. #include "confdefs.h"
  1122.  
  1123. #include "$PWD/src/bltGrPS.h"
  1124. int main() { exit(0); }
  1125.  
  1126. EOF
  1127. eval $ac_link
  1128. if test -s conftest && (./conftest; exit) 2>/dev/null; then
  1129.   :
  1130. else
  1131.    LOSSAGE="$LOSSAGE -DNO_INLINE_PROLOG" 
  1132. fi
  1133. fi
  1134. rm -fr conftest*
  1135.  
  1136.  
  1137.     
  1138. # -----------------------------------------------------------------------
  1139. #    tcl.h
  1140. # -----------------------------------------------------------------------
  1141. echo "checking for tcl.h"
  1142. TCLINCDIR="../Tcl"
  1143.  
  1144.  
  1145. # -----------------------------------------------------------------------
  1146. #     tk.h
  1147. # -----------------------------------------------------------------------
  1148. echo "checking for tk.h"
  1149. TKINCDIR="../Tk"
  1150.  
  1151.  
  1152. trap '' 1 2 15
  1153. cat > confcache <<\EOF
  1154. # This file is a shell script that caches the results of configure
  1155. # tests run on this system so they can be shared between configure
  1156. # scripts and configure runs.  It is not useful on other systems.
  1157. # If it contains results you don't want to keep, you may remove or edit it.
  1158. #
  1159. # By default, configure uses ./config.cache as the cache file,
  1160. # creating it if it does not exist already.  You can give configure
  1161. # the --cache-file=FILE option to use a different cache file; that is
  1162. # what configure does when it calls configure scripts in
  1163. # subdirectories, so they share the cache.
  1164. # Giving --cache-file=/dev/null disables caching, for debugging configure.
  1165. # config.status only pays attention to the cache file if you give it the
  1166. # --recheck option to rerun configure.
  1167. #
  1168. EOF
  1169. # Ultrix sh set writes to stderr and can't be redirected directly,
  1170. # and sets the high bit in the cache file unless we assign to the vars.
  1171. (set) 2>&1 |
  1172.   sed -n "s/^\([a-zA-Z0-9_]*_cv_[a-zA-Z0-9_]*\)=\(.*\)/\1=\${\1='\2'}/p" \
  1173.   >> confcache
  1174. if cmp -s $cache_file confcache; then
  1175.   :
  1176. else
  1177.   if test -w $cache_file; then
  1178.     echo "updating cache $cache_file"
  1179.     cat confcache > $cache_file
  1180.   else
  1181.     echo "not updating unwritable cache $cache_file"
  1182.   fi
  1183. fi
  1184. rm -f confcache
  1185.  
  1186. trap 'rm -fr conftest* confdefs* core core.* *.core $ac_clean_files; exit 1' 1 2 15
  1187.  
  1188. test "x$prefix" = xNONE && prefix=$ac_default_prefix
  1189. # Let make expand exec_prefix.
  1190. test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
  1191.  
  1192. # Any assignment to VPATH causes Sun make to only execute
  1193. # the first set of double-colon rules, so remove it if not needed.
  1194. # If there is a colon in the path, we need to keep it.
  1195. if test "x$srcdir" = x.; then
  1196.   ac_vpsub='/^[     ]*VPATH[     ]*=[^:]*$/d'
  1197. fi
  1198.  
  1199. trap 'rm -f $CONFIG_STATUS conftest*; exit 1' 1 2 15
  1200.  
  1201. # Transform confdefs.h into DEFS.
  1202. # Protect against shell expansion while executing Makefile rules.
  1203. # Protect against Makefile macro expansion.
  1204. cat > conftest.defs <<\EOF
  1205. s%#define \([A-Za-z_][A-Za-z0-9_]*\) \(.*\)%-D\1=\2%g
  1206. s%[     `~#$^&*(){}\\|;'"<>?]%\\&%g
  1207. s%\[%\\&%g
  1208. s%\]%\\&%g
  1209. s%\$%$$%g
  1210. EOF
  1211. DEFS=`sed -f conftest.defs confdefs.h | tr '\012' ' '`
  1212. rm -f conftest.defs
  1213.  
  1214.  
  1215. # Without the "./", some shells look in PATH for config.status.
  1216. : ${CONFIG_STATUS=./config.status}
  1217.  
  1218. echo creating $CONFIG_STATUS
  1219. rm -f $CONFIG_STATUS
  1220. cat > $CONFIG_STATUS <<EOF
  1221. #! /bin/sh
  1222. # Generated automatically by configure.
  1223. # Run this file to recreate the current configuration.
  1224. # This directory was configured as follows,
  1225. # on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
  1226. #
  1227. # $0 $ac_configure_args
  1228. #
  1229. # Compiler output produced by configure, useful for debugging
  1230. # configure, is in ./config.log if it exists.
  1231.  
  1232. ac_cs_usage="Usage: $CONFIG_STATUS [--recheck] [--version] [--help]"
  1233. for ac_option
  1234. do
  1235.   case "\$ac_option" in
  1236.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  1237.     echo "running \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion"
  1238.     exec \${CONFIG_SHELL-/bin/sh} $0 $ac_configure_args --no-create --no-recursion ;;
  1239.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  1240.     echo "$CONFIG_STATUS generated by autoconf version 2.7"
  1241.     exit 0 ;;
  1242.   -help | --help | --hel | --he | --h)
  1243.     echo "\$ac_cs_usage"; exit 0 ;;
  1244.   *) echo "\$ac_cs_usage"; exit 1 ;;
  1245.   esac
  1246. done
  1247.  
  1248. ac_given_srcdir=$srcdir
  1249.  
  1250. trap 'rm -fr `echo "Makefile bltConfig.h blt-1.9/src/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
  1251. EOF
  1252. cat >> $CONFIG_STATUS <<EOF
  1253.  
  1254. # Protect against being on the right side of a sed subst in config.status.
  1255. sed 's/%@/@@/; s/@%/@@/; s/%g\$/@g/; /@g\$/s/[\\\\&%]/\\\\&/g;
  1256.  s/@@/%@/; s/@@/@%/; s/@g\$/%g/' > conftest.subs <<\\CEOF
  1257. $ac_vpsub
  1258. $extrasub
  1259. s%@CFLAGS@%$CFLAGS%g
  1260. s%@CPPFLAGS@%$CPPFLAGS%g
  1261. s%@CXXFLAGS@%$CXXFLAGS%g
  1262. s%@DEFS@%$DEFS%g
  1263. s%@LDFLAGS@%$LDFLAGS%g
  1264. s%@LIBS@%$LIBS%g
  1265. s%@exec_prefix@%$exec_prefix%g
  1266. s%@prefix@%$prefix%g
  1267. s%@program_transform_name@%$program_transform_name%g
  1268. s%@bindir@%$bindir%g
  1269. s%@sbindir@%$sbindir%g
  1270. s%@libexecdir@%$libexecdir%g
  1271. s%@datadir@%$datadir%g
  1272. s%@sysconfdir@%$sysconfdir%g
  1273. s%@sharedstatedir@%$sharedstatedir%g
  1274. s%@localstatedir@%$localstatedir%g
  1275. s%@libdir@%$libdir%g
  1276. s%@includedir@%$includedir%g
  1277. s%@oldincludedir@%$oldincludedir%g
  1278. s%@infodir@%$infodir%g
  1279. s%@mandir@%$mandir%g
  1280. s%@CPP@%$CPP%g
  1281. s%@LOSSAGE@%$LOSSAGE%g
  1282. s%@TCLINCSW@%$TCLINCSW%g
  1283. s%@TKINCSW@%$TKINCSW%g
  1284.  
  1285. CEOF
  1286. EOF
  1287. cat >> $CONFIG_STATUS <<EOF
  1288.  
  1289. CONFIG_FILES=\${CONFIG_FILES-"Makefile bltConfig.h blt-1.9/src/Makefile"}
  1290. EOF
  1291. cat >> $CONFIG_STATUS <<\EOF
  1292. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  1293.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  1294.   case "$ac_file" in
  1295.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  1296.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  1297.   *) ac_file_in="${ac_file}.in" ;;
  1298.   esac
  1299.  
  1300.   # Adjust relative srcdir, etc. for subdirectories.
  1301.  
  1302.   # Remove last slash and all that follows it.  Not all systems have dirname.
  1303.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  1304.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  1305.     # The file is in a subdirectory.
  1306.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  1307.     ac_dir_suffix="/`echo $ac_dir|sed 's%^\./%%'`"
  1308.     # A "../" for each directory in $ac_dir_suffix.
  1309.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  1310.   else
  1311.     ac_dir_suffix= ac_dots=
  1312.   fi
  1313.  
  1314.   case "$ac_given_srcdir" in
  1315.   .)  srcdir=.
  1316.       if test -z "$ac_dots"; then top_srcdir=.
  1317.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  1318.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  1319.   *) # Relative path.
  1320.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  1321.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  1322.   esac
  1323.  
  1324.   echo creating "$ac_file"
  1325.   rm -f "$ac_file"
  1326.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  1327.   case "$ac_file" in
  1328.   *Makefile*) ac_comsub="1i\\
  1329. # $configure_input" ;;
  1330.   *) ac_comsub= ;;
  1331.   esac
  1332.   sed -e "$ac_comsub
  1333. s%@configure_input@%$configure_input%g
  1334. s%@srcdir@%$srcdir%g
  1335. s%@top_srcdir@%$top_srcdir%g
  1336. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  1337. fi; done
  1338. rm -f conftest.subs
  1339.  
  1340.  
  1341.  
  1342. exit 0
  1343. EOF
  1344. chmod +x $CONFIG_STATUS
  1345. rm -fr confdefs* $ac_clean_files
  1346. test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354.